From 0c26e933c0667b734479c420cecfdf802ab7b33a Mon Sep 17 00:00:00 2001 From: Debian GPS team Date: Tue, 2 Sep 2025 16:42:35 +0200 Subject: [PATCH] gpsbabelfe_opt-in-for-usage-data-reporting Make statistics reporting an opt-in option. Gbp-Pq: Name gpsbabelfe_opt-in-for-usage-data-reporting --- gui/babeldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/babeldata.h b/gui/babeldata.h index 467c7413e..efe8003f8 100644 --- a/gui/babeldata.h +++ b/gui/babeldata.h @@ -151,7 +151,7 @@ public: // Global preferences. bool startupVersionCheck_{true}; - bool reportStatistics_{true}; + bool reportStatistics_{false}; bool allowBetaUpgrades_{false}; bool ignoreVersionMismatch_{true}; bool disableDonateDialog_{false}; -- 2.30.2